home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / demos / qbs / sheridan / datawid / readme.txt < prev    next >
Encoding:
Text File  |  1994-11-17  |  8.1 KB  |  282 lines

  1. ==========================================================================
  2.  
  3.                            Data Widgets (TM)
  4.                                  DEMO
  5.  
  6.                  Bound Custom Controls for Visual Basic
  7.  
  8.                              Version 1.00b
  9.                            January 27, 1993
  10.  
  11.           (C) Copyright Sheridan Software Systems, Inc., 1993
  12.                             35 Pinelawn Road
  13.                        Melville, N.Y. 11747   USA
  14.  
  15.  
  16. ==========================================================================
  17.  
  18. ------------------------
  19. How to Use This Document
  20. ------------------------
  21. To view README.TXT on screen in Windows Notepad, maximize the Notepad window.
  22.  
  23. To print README.TXT, open it in Windows Write, Microsoft Word, or another 
  24. word processor.  Then select the entire document and format the text in 
  25. 10-point Courier before printing.
  26.  
  27. ========
  28. Contents
  29. ========
  30.  
  31. Part    Description
  32. ----    -----------
  33.  1      What Are Data Widgets?
  34.  
  35.  2      Control Feature Lists
  36.  
  37.  3    Notes on running the demo program
  38.  
  39. =========================================
  40. Part 1 - What Are Data Widgets?
  41. =========================================
  42.  
  43. Data Widgets is a set of bound custom controls that 
  44. allow you to design front ends for database 
  45. applications with all the ease and power you have come 
  46. to expect with Visual Basic.  Data Widgets virtually 
  47. eliminates the need for time-consuming coding when 
  48. developing database applications.  All you need to do 
  49. is drop a control on a form, set a few properties, and 
  50. Data Widgets will do the rest!  
  51.  
  52. =========================================
  53. Part 2 - Control Feature Lists
  54. =========================================
  55. Data Widgets includes 6 bound custom controls.  The 
  56. controls in the set are:
  57.  
  58. DataGrid -----------------------------------------------
  59.     The DataGrid is a fully editable, bound grid 
  60.     that allows you to edit an entire record set, no 
  61.     matter the size, on screen with no code whatsoever.  
  62.  
  63.     The following is a list of the features:
  64.  
  65.     *    Bound to the new data control in Visual 
  66.         Basic 3.0
  67.  
  68.     *    Binds to a data control on a different form
  69.  
  70.     *    Breaks the 64K barrier
  71.  
  72.     *    Loads only enough records into memory to fill 
  73.         display area
  74.  
  75.     *    Supports in-place editing
  76.  
  77.     *    Supports multi-colored cells and/or rows
  78.  
  79.     *    You can specify fixed columns and optionally 
  80.         allow the user to change this with a splitter bar
  81.  
  82.     *    Can be used as bound list box (single column 
  83.         grid)
  84.  
  85.     *    Functionally and visually consistent with the 
  86.         Microsoft Access grid
  87.  
  88.     *    Automatically provides add, update and delete 
  89.         functionality with no coding
  90.  
  91.     *    Supports drop down lists (DataDropDowns) by 
  92.         column which can be optionally linked to 
  93.             other data controls
  94.  
  95.     *    Provides an optional cell button for triggering 
  96.         specialized processing for a column
  97.  
  98.     *    Variable properties for each column such as 
  99.         alignment, format mask, etc.
  100.  
  101.     *    Optional column headings and row labels
  102.  
  103.     *    Column headings will default to field names 
  104.         but can be overridden
  105.  
  106.     *    Supports 2-D or 3-D appearance
  107.  
  108.     *    Supports unbound columns for displaying calculated 
  109.         fields  
  110.  
  111. DataCombo -----------------------------------------------
  112.     The DataCombo is a bound combo box you can include 
  113.     in your database application.
  114.  
  115.     The following is a list of the features:
  116.  
  117.     *    Bound to the new data control in Visual 
  118.         Basic 3.0
  119.  
  120.     *    Binds to a data control on a different form
  121.  
  122.     *    Breaks the 64K barrier
  123.  
  124.     *    Edit and drop down portions can be linked 
  125.         to separate data controls
  126.  
  127.     *    Loads only enough records into memory to 
  128.         fill display area
  129.  
  130.     *    Variable properties for each column such 
  131.         as alignment, format mask, etc.
  132.  
  133.     *    Optional column headings
  134.  
  135.     *    Column headings will default to field names 
  136.         but can be overridden
  137.  
  138.     *    Supports 2-D or 3-D appearance
  139.  
  140.     *    Supports unbound columns for displaying 
  141.         calculated fields  
  142.  
  143. DataDropDown --------------------------------------------
  144.     The DataDropDown is a custom control that you can 
  145.     use to attach to a cell in the DataGrid to drop 
  146.     down a list of values from another source of data.  
  147.  
  148.     The following is a list of the features:
  149.  
  150.     *    Used in conjunction with the DataGrid
  151.  
  152.     *    Bound to the new data control in Visual 
  153.         Basic 3.0
  154.  
  155.     *    Binds to a data control on a different form
  156.  
  157.     *    Breaks the 64K barrier
  158.  
  159.     *    Loads only enough records into memory to 
  160.         fill display area
  161.  
  162.     *    Variable properties for each column such as 
  163.         alignment, format mask, etc.
  164.  
  165.     *    Optional column headings
  166.  
  167.     *    Column headings will default to field names 
  168.         but can be overridden
  169.  
  170.     *    Supports 2-D or 3-D appearance
  171.  
  172.     *    Supports unbound columns for displaying 
  173.         calculated fields  
  174.  
  175. DataOption Button ---------------------------------------
  176.     The DataOption button is a 3-D option button that 
  177.     you can link to a field in a database and have it 
  178.     turn "on" when a certain value is in that field, 
  179.     also toggling the others that may be in a group of 
  180.     DataOptions to "off".  
  181.  
  182.     The following is a list of the features:
  183.  
  184.     *    Bound to the new data control in Visual 
  185.         Basic 3.0
  186.  
  187.     *    Binds to a data control on a different form
  188.  
  189.     *    3-D appearance
  190.  
  191.     *    Each option button in a group represents 
  192.         a different value for the same DataField
  193.  
  194.     *    Set one option button's DataSource or 
  195.         DataField and the other option buttons in the 
  196.         group will synchronize themselves 
  197.         automatically
  198.  
  199. DataCommand Button ---------------------------------------
  200.     The DataCommand button is a custom control that 
  201.     binds to a data control and automatically performs 
  202.     a database action when pressed.  
  203.     
  204.     The following is a list of the features:
  205.  
  206.     *    Bound to the new data control in Visual 
  207.         Basic 3.0
  208.  
  209.     *    Binds to a data control on a different form
  210.  
  211.     *    Just like our standard 3-D Command button 
  212.         but can also be linked to a Data Control and 
  213.         automatically provide positioning functions 
  214.         for moving  to the beginning or the end or 
  215.         forward or backward in the Data Control's 
  216.         Record Set one or more records
  217.  
  218. Enhanced Data Controls -----------------------------------
  219.     The Enhanced Data Controls are custom controls that 
  220.     behave as a front end to the Visual Basic data 
  221.     control adding new functionality.  
  222.  
  223.     The following is a list of the features:
  224.  
  225.     *    Bound to the new data control in Visual     
  226.         Basic 3.0
  227.  
  228.     *    Binds to a data control on a different form
  229.  
  230.     *    In addition to the previous, next, first 
  231.         and last button of the standard data control 
  232.         this control provides 2 additional buttons 
  233.         that will allow the user to go forward or 
  234.         backward multiple records in the Record Set 
  235.         for each click (the # of records forward or 
  236.         backward can be set via properties)
  237.  
  238.     *    The buttons have been enhanced to keep 
  239.         moving forward or backward in the Record Set 
  240.         while the buttons are held down. A delay 
  241.         between the single and multiple moves can be 
  242.         specified.
  243.  
  244.     *    Can have either a vertical or a horizontal 
  245.         orientation
  246.  
  247.     *    Default bitmaps on buttons can be overridden 
  248.         with programmer supplied bitmaps
  249.  
  250.     *    Caption area can display a picture as well 
  251.         as text
  252.  
  253.     *    Provides two more optional buttons, one 
  254.         button allows the user to set a bookmark to 
  255.         save the current position in the dynaset,  
  256.         the second button is used to return to the 
  257.         saved bookmark
  258.  
  259.         
  260. ==========================================
  261. Part 3 - Notes on running the demo program
  262. ==========================================
  263.  
  264. This ZIP file contains the following files:
  265.  
  266.     SSDWDEMO.EXE    The Data Widgets Demo execeutable file.
  267.     SSDWDEMO.MDB    Sample database file.
  268.     SSDWDEMO.LDB    Sample database file.
  269.     SSDATA1.VBX    Data Widgets Custom Control.
  270.     SSDATA2.VBX    Data Widgets Custom Control.
  271.     SSDATA3.VBX    Data Widgets Custom Control.
  272.     THREED.VBX    Three-D Custom Control.
  273.     README.TXT    This text file.
  274.  
  275.     QQUERY.EXE    Quick Query - A table browser using Data Widgets
  276.  
  277. To run the demo program, install all the above files in a 
  278. single directory then run the program SSDWDEMO.EXE.  To run
  279. the program, either select 'Run' from the 'File' menu in
  280. Program Manager, or double-click on the filename in File
  281. Manager.
  282.